internal/runtime/maps.table.index (field)
18 uses
internal/runtime/maps (current package)
map.go#L359: m.directorySet(uintptr(nt.index+i), nt)
map.go#L376: if t.index == i {
map.go#L377: t.index = 2 * i
map.go#L389: left.index = old.index
map.go#L393: right.index = left.index + entries
table.go#L59: index int
table.go#L79: index: index,
table.go#L922: if newTab.index != dirIdx {
table.go#L934: diff := dirIdx - newTab.index
table.go#L936: dirIdx = newTab.index
table.go#L981: grown := it.tab.index == -1
table.go#L1085: grown := it.tab.index == -1
table.go#L1220: t.index = -1
table.go#L1228: newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
table.go#L1258: t.index = -1
table_debug.go#L85: index: `, t.index, `
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |